www.gusucode.com > 深度学习(asp)网址导航 v4.0.1 > 深度学习(asp)网址导航 v4.0.1\code\admin\themes\DeepStudy\Login.master.asp

    <html>
<head>
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=page_title%></title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
<link href="themes/<%=theme_Path%>/login.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  <tr>
    <td  style="text-align:center;"><!--登陆错误信息提示-->
      <%=strErr%>
      <!--重新登陆信息提示-->
      <table  id="tableLogin"  style='margin:0px auto;'>
        <tr>
          <td   class="bg_bar"></td>
        </tr>
        <tr>
          <th class="titlebg"><%=login_title%> </th>
        </tr>
        <tr>
          <td ><% call LoginForm() %></td>
        </tr>
        <tr>
          <td><div align="right"><a href="javascript:window.external.addFavorite(document.URL,'系统后台登陆');">加入收藏夹</a> &nbsp; &nbsp;</div></td>
        </tr>
        <tr>
          <td  class="bg_bar"></td>
        </tr>
      </table>
      <div align="center" class="copy"> <br>
        <p>程序开发:<a href="http://www.deepstudy.cn" target="_blank" class="copy">吕海鹏</a><br />
          <a href="http://www.DeepStudy.cn" target="_blank" class="copy">DeepStudy.cn</a></p>
      </div></td>
  </tr>
</table>
</body>
</html>